From 0ef678b6349e8921f768951b359ff1fd07ee3966 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Minisini?= Date: Wed, 2 Apr 2025 17:10:27 +0200 Subject: [PATCH] Load the correct component interface and do not crash anymore. [GB.QT6.EXT] * BUG: Load the correct component interface and do not crash anymore. Gbp-Pq: Name gb.qt6.ext_prevent_crash.patch --- gb.qt6/src/ext/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gb.qt6/src/ext/main.cpp b/gb.qt6/src/ext/main.cpp index 0357c3e3..77c46d99 100644 --- a/gb.qt6/src/ext/main.cpp +++ b/gb.qt6/src/ext/main.cpp @@ -54,7 +54,7 @@ GB_DESC *GB_CLASSES[] EXPORT = int EXPORT GB_INIT(void) { - GB.GetInterface("gb.qt5", QT_INTERFACE_VERSION, &QT); + GB.GetInterface("gb.qt6", QT_INTERFACE_VERSION, &QT); return 0; } -- 2.30.2